func go/types.lookupType

2 uses

	go/types (current package)
		lookup.go#L237: 		if i, found := lookupType(prev, e.typ); found {
		lookup.go#L249: func lookupType(m map[Type]int, typ Type) (int, bool) {